heroku gem added

jamesperet 9 years ago
parent
commit
3df75d516a
2 changed files with 7 additions and 0 deletions
  1. 1 0
      Gemfile
  2. 6 0
      Gemfile.lock

+ 1 - 0
Gemfile

@@ -50,6 +50,7 @@ gem "mini_magick"
50 50
 gem 'fog'
51 51
 gem "carrierwave"
52 52
 gem 'i18n'
53
+gem 'rails_12factor', group: :production
53 54
 
54 55
 # Use ActiveModel has_secure_password
55 56
 # gem 'bcrypt', '~> 3.1.7'

+ 6 - 0
Gemfile.lock

@@ -137,6 +137,11 @@ GEM
137 137
       bundler (>= 1.3.0, < 2.0)
138 138
       railties (= 4.0.4)
139 139
       sprockets-rails (~> 2.0.0)
140
+    rails_12factor (0.0.2)
141
+      rails_serve_static_assets
142
+      rails_stdout_logging
143
+    rails_serve_static_assets (0.0.2)
144
+    rails_stdout_logging (0.0.3)
140 145
     railties (4.0.4)
141 146
       actionpack (= 4.0.4)
142 147
       activesupport (= 4.0.4)
@@ -218,6 +223,7 @@ DEPENDENCIES
218 223
   mini_magick
219 224
   pg
220 225
   rails (= 4.0.4)
226
+  rails_12factor
221 227
   redcarpet
222 228
   sass-rails
223 229
   sdoc